forked from mantinedev/mantine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# mantine | ||
Mantine Components Monorepo | ||
# Mantine | ||
|
||
![Github banner](./github-banner.svg) | ||
|
||
Build better React applications. Mantine is a customizable component library with focus on accessibility and developer experience. | ||
|
||
## Links | ||
|
||
- [Documentation](https://mantine.dev/) | ||
- [Getting Started](https://mantine.dev/getting-started/) | ||
- [Examples](https://mantine.dev/examples/) | ||
- [Contributing](https://mantine.dev/source/) | ||
|
||
## Installation | ||
|
||
To start using Mantine you need to install [`@mantine/core`](https://www.npmjs.com/package/@mantine/core) and its peer dependencies: | ||
|
||
```sh | ||
# With yarn | ||
yarn add @mantine/core @mantine/hooks react-jss @modulz/radix-icons | ||
|
||
# With npm | ||
yarn add @mantine/core @mantine/hooks react-jss @modulz/radix-icons | ||
|
||
# With install-peerdeps | ||
npx install-peerdeps @mantine/core | ||
``` | ||
|
||
## Usage | ||
|
||
Now you can import and use any component from @mantine/core: | ||
|
||
```tsx | ||
import { Button } from '@mantine/core'; | ||
|
||
function App() { | ||
return <Button>Mantine button</Button>; | ||
} | ||
``` | ||
|
||
## Licence | ||
|
||
All @mantine/ scoped packages, dependencies and peer dependencies have MIT licence. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.