Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.03 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.03 KB

Seabed UI ( Extremely early stage of build )

A framework agnostic UI library build using TailwindCSS.



🐳   Features


  1. Highly customizable components.
  2. Supports practically any UI framework ( React, Vue, Angular, etc ).
  3. Build on top of TailwindCSS.


🐟   Installation


# javascript
yarn add @seabedui/core @seabedui/theme

# typescript
yarn add @seabedui/core @seabedui/theme @seabedui/types

or

# javascript
npm install --save @seabedui/core @seabedui/theme

# typescript
npm install --save @seabedui/core @seabedui/theme @seabedui/types

🐬   Usage


// Work needs to be done here

Example

// More work needs to be done here

🐋   Inspiration


The 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.