0.2.0-beta.5 • Published 11 months ago

atomic-elements v0.2.0-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Atomic Elements

Atomic Elements is a React component library

Storybook

Atomic Element uses storybook for development / documentation. Access here

Quickstart

$ npm install --save atomic-elements
$ yarn add atomic-elements

Import these stylesheets at the root of your app

import "atomic-elements/dist/fonts.css";
import "atomic-elements/dist/variables.css";
import "atomic-elements/dist/globals.css";

Then, start using components

import React from "react";
import { Button } from "atomic-elements";

export default function ExampleComponent() {
  return <Button>Click Me!</Button>;
}
0.2.0-beta.2

11 months ago

0.2.0-beta.1

11 months ago

0.2.0-beta.0

11 months ago

0.2.0-beta.5

11 months ago

0.2.0-beta.4

11 months ago

0.2.0-beta.3

11 months ago

0.1.2

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago