@coder/ui
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

Coder UI Kit

Shared components and styles used throughout Coder's products

Storybook

The latest build can be viewed at https://coder-ui.vercel.app/

Installation

yarn add @coder/ui

Usage

Wrap your application in the ThemeProvider component

import { ThemeProvider } from "@coder/ui"

export default App: React.FC = () => (
  <ThemeProvider>
    {/* rest of your app */}
  </ThemeProvider>
)

Then use the components as you'd like!

Fonts

Import the CSS of the font you'd like to use directly. Located in @coder/ui/font/*.css.

Development

Run yarn storybook to develop locally against the storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @coder/ui

Weekly Downloads

0

Version

0.3.3

License

MIT

Unpacked Size

7.07 MB

Total Files

117

Last publish

Collaborators

  • kiracoder
  • bruno.quaresma
  • coderhq
  • kylecarbs
  • coderasher
  • nhooyr
  • ammarb