2.1.0 • Published 4 years ago

@alaneicker/atomik-ui v2.1.0

Weekly downloads
66
License
MIT
Repository
github
Last release
4 years ago

Travis CI Status Image Quality Gate Status Package Version Image GitHub repo size GitHub issues GitHub commit activity

Atomik UI is a comprehensive library of React components for kickstarting any React based project. From form controls to informational components like modals, alerts and toast notifications, you'll find everything you need here to get your next project off the ground.

Features

Atomik UI comes with a variety of customizable React components to suit any development need:

  • Containers
  • Content
  • Data Display
  • Form Controls
  • Informational
  • Layout
  • Navigational
  • Templates

Setup

1. Install the component library

Install the core Atomik UI module as a production dependency.

npm install --save @alaneicker/atomik-ui

2. Import the Component library CSS

Import the Atomik UI library core CSS.

import '@alaneicker/atomik-ui/dist/styles/main.min.css';

3. Install and Import the Sass Utilities Abstracts (Optional)

The Sass Utilities package contains functions, mixins, variables, and 192 colors that can be used in you project.

https://www.npmjs.com/package/@alaneicker/sass-utilities

npm install @alaneicker/sass-utilities;
@import 'node_modules/@alaneicker/sass-utilities/abstracts';

4. Begin Importing Components

It is recommended to import components as needed instead of importing the whole Atomik UI.

import { FormField, CheckOption, Dropdown } from '@alaneicker/atomik-ui';

Atomik UI Maintainers

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.19.1

4 years ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.1

4 years ago

0.16.0

4 years ago

0.15.1

4 years ago

0.15.0

4 years ago

0.14.4

4 years ago

0.14.3

4 years ago

0.14.2

4 years ago

0.14.1

4 years ago

0.14.0

4 years ago

0.13.2

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.12.1

4 years ago

0.11.11

4 years ago

0.11.12

4 years ago

0.11.13

4 years ago

0.11.10

4 years ago

0.11.9

4 years ago

0.11.8

4 years ago

0.11.7

4 years ago

0.11.6

4 years ago

0.11.5

4 years ago

0.11.3

4 years ago

0.11.4

4 years ago

0.11.1

4 years ago

0.11.2

4 years ago

0.10.0

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago