Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neonterra/encirca-styles


https://github.com/neonterra/encirca-styles

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Encirca Styles

#### Install Via Repo
```
{
"encirca-styles": "git+https://github.com/neonterra/encirca-styles.git",
}
```

#### Install Via Npm
```
npm install encirca-styles@latest
```

## Buttons (Normal)
### Import
```
import {Button} from 'encirca-styles';

```
```html
Primary btn
Secondary btn
Primary btn alt
Secondary btn alt
Text btn
Text btn alt
```

## Buttons (Hover)

```html
Primary btn
Secondary btn
Primary btn alt
Secondary btn alt
Text btn
Text btn alt
```

## Typography (Headings)
### Import
```
import {H1, H2, H3, H4, H5, H6} from 'encirca-styles';

```
```html

Heading 1


Heading 2


Heading 3


Heading 4


Heading 5

Heading 6

```

## Typography (Body)
### Import
```
import {Text} from 'encirca-styles';

```
```html
Body size large
Body size regular
Body size small
```