UNPKG

@sodacore/ui

Version:

Sodacore UI is a powerful JSON-based DSL for describing web pages that can be rendered by a frontend JavaScript framework.

9 lines (8 loc) 310 B
import UiPlugin from './module/plugin'; import BaseElement from './elements/base'; import Input from './elements/input'; import Layout from './elements/layout'; import Page from './elements/page'; import Text from './elements/text'; export default UiPlugin; export { BaseElement, Input, Layout, Page, Text, };