Skip to content

Storybook for React Components with using Ant Design

Notifications You must be signed in to change notification settings

av-k/storybook_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storybook React + Ant Design

  • Storybook - Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
  • Ant Design - A design system with values of Nature and Determinacy for better user experience of enterprise applications.

Storybook Intro

Getting Started

Development:

npm i
npm run storybook

The application is available at:


Production:

npm i
npm run start

Live demo available here

The end.

About

Storybook for React Components with using Ant Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published