@pixelandtonic/craftui
v0.3.8
Published
## Introduction This is a collection of components and styles meant to be used across Craft apps.
Readme
Craft UI
Introduction
This is a collection of components and styles meant to be used across Craft apps.
Development
To get started for the development of the Craft UI library or the docs, run this command:
npm installLibrary
Build the umd, es, cjs, umd-min versions of Craft UI:
npm run buildDocs
Storybook showcases the Craft UI components.
Compile and hot-reload for development
npm run serve:docsCompile and minify for production
npm run build:docs