0.0.5 • Published 4 years ago

@sneyed/zenith v0.0.5

Weekly downloads
41
License
UNLICENSED
Repository
github
Last release
4 years ago

Zenith

Personal component library

Get started

npm install @sneyed/zenith
// _app.js
import "@sneyed/zenith/dist/index.css";

// Component.js
import { Button } from "@sneyed/zenith";

Customizing styles

Local development

Via Storybook (recommended):

  1. /zenith/storybook: npm install
  2. /zenith/storybook: npm start

Via example project

  1. /zenith: npm install
  2. /zenith: npm bundlew
  3. /zenith/examples/: npm install
  4. /zenith/examples/: npm run start/dev (check package.json)

Publishing / Deployment

Inspiration

References

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.3-2

4 years ago

0.0.3-1

4 years ago

0.0.3-0

4 years ago

0.0.2

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.2-0

4 years ago

0.0.1

5 years ago