Skip to content

Internal UI library for Engineering Student Committee, Chulalongkorn University

License

Notifications You must be signed in to change notification settings

esc-chula/esc-ui

Repository files navigation

ESC-UI

UI Library built in purpose to be used internally by Engineering Student Committee, Chulalongkorn University.

Installation

  1. 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
  2. Import the CSS file in your layout file or files that aim to use the components.

    import 'esc-ui/css'
  3. Done! You can now use the components in your project.

Components

  • Button
  • Input
  • Typography
  • Label

Please check the storybook for more information.

Contributing

Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.