🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@coder/ui

Package Overview
Dependencies
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coder/ui

Collection of shared styles and components used across Coder products

latest
npmnpm
Version
0.3.3
Version published
Maintainers
7
Created
Source

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

FAQs

Package last updated on 19 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts