acux-react

Experimental front-end design system with React.

Usage no npm install needed!

<script type="module">
  import acuxReact from 'https://cdn.skypack.dev/acux-react';
</script>

README

AdventureClub Design System (React)

Experimental front-end design system with React.

Features (TODO)

  • Fully customizable via SaSS
  • Large collection of components for different solutions
  • Powerful and flexible API
  • Animation made easy
  • Few dependencies (only classnames and lodash)

Technology usage

  • TypeScript
  • SaSS
  • webpack

Repository structure

  • src: ES6 & SaSS source of library, consumed by webpack/rollup projects
  • dist: compiled JS & CSS of library, consumed by other types of projects
  • demo: demo application

Start demo with hot-load

npm install
npm start

Build library

npm run build

Build demo application

License

GNU Affero General Public License version 3 or higher.

Credits