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) • 309 B
Markdown
# Sections
`Sections`, in the Vanilla JavaScript 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.