Skip to content

Commit

Permalink
Merge pull request #16 from Maks1mS/master
Browse files Browse the repository at this point in the history
feat: Update README
  • Loading branch information
eddort authored Aug 4, 2020
2 parents 0fff5a7 + 4f1d9a1 commit 1ee50cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ You can use the system of alias properties to make it easier to use. For example

To see the full list of properties and aliases, follow this [link](https://github.com/quarkly/atomize/blob/master/docs/aliases.md).

You can also disable aliases for the specific component if you need. Just pass an object with the configuration where set "useAliases: false".

```jsx
const Box = atomize.div({ useAliases: false })
```

## Themes

By default, Atomize components do not include a theme and you need to set up dependencies:
Expand Down

0 comments on commit 1ee50cd

Please sign in to comment.