getting started
- Welcome
- Installation
- Browser support
- Performances
features
- Styling
- Styling props
- Theming
- Plugins
- Breakpoints
- SSR
- Production
css utilities
- Installation
- Methods
- Flex
- Grid
- Margin
- Padding
guides
- Using with Next.js
- Using with Create-react-app
- Using with Gatsby
- Using with TailwindCSS
Installation
Currently, Nifty is only available through a package manager.
Table of Contents
Installing via a package manager
Install the @niftycss/core
package with your package manager of choice:
# Yarn
yarn add @niftycss/core
# NPM
npm install @niftycss/core
Then, head over to styling to learn how to create your first styles.
Installing via a CDN
Not yet supported.
Using with X
We have guides about how to use Nifty with popular frameworks and technologies.
The logic is roughly the same for each framework, so you can easily integrate Nifty with any other framework or library.