remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
6 lines (4 loc) • 297 B
Markdown
# Sections
Sections, in the React JS version of NLUX, are a part of the library that combine user interface components, as
well as the logic that drives them. They are not called `components` because the term `component` is reserved for
pure UI components that do not contain any business logic.