A framework agnostic UI library build using TailwindCSS.
- Highly customizable components.
- Supports practically any UI framework ( React, Vue, Angular, etc ).
- Build on top of TailwindCSS.
# javascript
yarn add @seabedui/core @seabedui/theme
# typescript
yarn add @seabedui/core @seabedui/theme @seabedui/typesor
# javascript
npm install --save @seabedui/core @seabedui/theme
# typescript
npm install --save @seabedui/core @seabedui/theme @seabedui/types// Work needs to be done here// More work needs to be done hereThe project was largely inspired by the folks at @chakra-ui. However, due to the fact that they were using CSS-in-JS, I wanted to build a framework agnostic UI library.