@manifest-ui/themes
@manifest-ui/themes is a collection of Chakra UI themes for project44.
npm install @manifest-ui/themes
yarn add @manifest-ui/themes
You must also have Chakra UI and all peer dependencies installed for your project as well. See the installation instructions of the Chakra UI docs.
import { Box, ManifestProvider } from '@manifest-ui/react';
import wireframe from '@manifest-ui/themes/wireframe';
export default function App() {
return (
<ManifestProvider theme={wireframe}>
<Box p={8} bg="blue.100">
<h1>Hello Manifest UI</h1>
<h2>Start editing to see some magic happen!</h2>
</Box>
</ManifestProvider>
);
}
Documentation
For full documentation, visit zeroheight.
Contributing
Please follow our contributing guidelines.
Authors
- Sam Rose (@samrose3) - project44
- Could be you! DM me on Twitter if you are interested in joining our team 🎉
License
Licensed under the MIT License, Copyright © 2021-present project44.
See LICENSE for more information.