Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonterra/encirca-styles
https://github.com/neonterra/encirca-styles
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonterra/encirca-styles
- Owner: neonterra
- License: mit
- Created: 2024-10-16T18:40:56.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-16T19:37:41.000Z (about 1 month ago)
- Last Synced: 2024-10-18T17:57:32.538Z (about 1 month ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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';```
```htmlHeading 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
```