1.0.2 • Published 2 years ago

lemon-zest v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Zest

Design with React made simple

Getting Started

yarn add lemon-zest
#OR
npm install lemon-zest

Components

  • Button
  • Container
  • Footer
  • Heading
  • Link
  • Nav
  • Page
  • Section
  • Tab
  • Text

Dev

# Install dependencies
yarn
# OR
npm install

# Run storyblock dev server
yarn sb
# OR
npm run sb

# Build with storyblock
yarn build-sb
# OR
npm run build-sb

# Build with rollup
yarn build
# OR
npm run build

Components Todo

  • Form
  • Input
  • Gallery