Destamatic UI is a simple ui library built on the delta state management library destam and dom manipulation library destam-dom. The base set of components take insperation from MUI and the base HTML tags, with some ease-of-use built in.
npm i destamatic-ui
destam and destam-dom are both required to run this library.
Optional libraries:
You can install and run the demo with the following steps:
Clone the library:
git clone https://github.com/torrinworx/destamatic-ui.git
Install dependencies:
npm i
Run the demo:
npm start
This will start the webpack dev server on localhost:3000, this has a small demo page showing off some of the capabilities of the components currently available.
list of html Input components to wrap (https://www.w3schools.com/html/html_form_input_types.asp):
Features to add to standard text input:
list of other html tags to wrap possibly:
list of other components to make from material ui: