UI Library built in purpose to be used internally by Engineering Student Committee, Chulalongkorn University.
-
Install the package using your preferred package manager.
# Using npm npm install esc-ui # Using yarn yarn add esc-ui # Using pnpm pnpm add esc-ui # Using bun bun add esc-ui
-
Import the CSS file in your layout file or files that aim to use the components.
import 'esc-ui/css'
-
Done! You can now use the components in your project.
- [x] Accordion
- [x] Alert Dialog
- [x] Avatar
- [x] Button
- [x] Checkbox
- [x] Collapsible
- [x] Command
- [x] Context Menu
- [x] Dialog
- [x] Dropdown Menu
- [x] ESC Logo
- [x] Hover Card
- [x] Input
- [x] Label
- [x] Menubar
- [x] Navigation Menu
- [x] Popover
- [x] Progress
- [x] Radio Group
- [x] Scroll Area
- [x] Select
- [x] Seperator
- [x] Slider
- [x] Switch
- [x] Tabs
- [x] Text Area
- [x] Tooltip
- [x] Typography
Please check the storybook for more information.
Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.