Realityloop / civictheme_library

Read Wiki. Civic components with Storybook integration. Automatically updated from https://github.com/salsadigitalauorg/civic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CivicTheme UI kit

CivicTheme UI component library with Storybook integration.


Version: {{ VERSION }}

Features

  • Atomic design
  • Accessible
  • Platform-agnostic
  • Drupal and Wordpress compatible

Installing

npm install

Building

npm run build

This will build:

  • CSS and JS assets in the dist directory. These files can be included directly into your HTML page, provided that it has components implemented with the same markup as components in the componets directory.
  • Storybook assets as compiled HTML page in the storybook-static directory. These files can be served publically to show all components available in the library.

Linting

npm run lint

npm run lint:fix

Running locally

npm run storybook

For additional information, please refer to the Documentation site

About

Read Wiki. Civic components with Storybook integration. Automatically updated from https://github.com/salsadigitalauorg/civic

License:GNU General Public License v2.0


Languages

Language:SCSS 38.2%Language:Twig 32.5%Language:JavaScript 29.2%Language:HTML 0.0%