@beqom/alto-ui

0.13.32 • Public • Published

Alto Design System

UX guidelines, HTML/CSS framework, and React components working together to craft exceptional experiences at beqom.

Getting started

Install

$ npm install @beqom/alto-ui --save

Usage

import Button from '@beqom/alto-ui/Button';
import TextField from '@beqom/alto-ui/Form/TextField';

const MyComponent = () => {
  <div>
    <TextField placeholder="Search..." />
    <Button outline success>
      Search
    </Button>
  </div>;
};

Contributing

Setup

  1. Clone or download project
  2. yarn install or (npm install)
  3. yarn test:output or npm run test:output
  4. yarn start:app or npm run start:app

Deploying on Github

Checkout the branch you want to deploy (usually master):

$ git checkout master

Be sure that all commits have beed pushed to Github. Then run:

$ npm run deploy

React component Sass theming:

https://github.com/webpack-contrib/sass-loader/issues/49#issuecomment-90648288

Readme

Keywords

none

Package Sidebar

Install

npm i @beqom/alto-ui

Weekly Downloads

14

Version

0.13.32

License

MIT

Unpacked Size

885 kB

Total Files

327

Last publish

Collaborators

  • andymcfee
  • beqomcorp
  • cudny
  • djdeimon
  • djomain
  • kevinmlsilva
  • krlakwa
  • marcin-zapala
  • nicolasmartos
  • renaudtertrais
  • sebastian.pietruszka
  • serhii.usatiuk