mycro-frontend
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Styleguide

Install

Configure your tailwind

  • Using tailwind with CSS vars
// entry point application
import { setCssVars } from "@arcanishq/styleguide"
const root: HTMLElement = document.querySelector(":root") as any;

const colors = { /* All Colors */ }

setCssVars(colors, root);

Development

To develop/test our components, we use Storybook.

For quick proof of concept, we use the example/

yarn && yarn storybook
# Open in other terminal to watch CSS changes
yarn css:dev

Tests

But it is not today

List of components

Without Category

Form Components

Layout Components

Feedback Components

Data Components

Readme

Keywords

Package Sidebar

Install

npm i mycro-frontend

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

204 kB

Total Files

9

Last publish

Collaborators

  • g4rcez