Skip to content

draekien-industries/waystone-ui

Repository files navigation

Waystone-UI

Commitizen friendly Publish Packages Publish Codecov codecov

Waystone-UI is the design system of Draekien-Industries built on top of Theme UI.

What's inside?

This Turborepo includes the following public packages and apps:

Apps and Packages

  • 💻 apps
  • 📦 packages
  • 🔧 tools
Name Type Description
@waystone/ui 📦 The entrypoint of the UI library
@waystone/syntax-highlighter 📦 Minimal port of react-syntax-highlighter for react 18 and typescript
@waystone/color 📦 Tailwind style color stops generator logic
@waystone/cli 🔧 CLI tool for code-gen
@waystone/stories 💻 Storybook of all the available components
eslint-config-waystone 📦 Shared configs used in the project
eslint-plugin-waystone 📦 Shared plugins used in the project

Docs

Click the badge below to view the components in storybook.

Storybook Enabled

Installation

Run the relevant script for your package manager

Package manager Script
npm npm i @waystone/ui@latest @emotion/react@11 [email protected]
yarn yarn add @waystone/ui@latest @emotion/react@11 [email protected]
pnpm pnpm i @waystone/ui@latest @emotion/react@11 [email protected]

Contributing

  1. Clone or fork this repository
  2. Checkout a feature branch for your change
  3. Make your changes locally
  4. Create a changeset by running npx changeset and answer the provided questions
  5. Commit your changes locally
  6. Push your changes to remote
  7. Create a pull request