2.6.8 • Published 2 years ago

@manifest-ui/react v2.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@manifest-ui/react

@manifest-ui/react is a React implementation of the design system for project44 with a best-in-class developer experience.

# with npm
npm install @manifest-ui/react

# with yarn
yarn add @manifest-ui/react

import { Box, ManifestProvider } from "@manifest-ui/react";

export default function App() {
  return (
    <ManifestProvider>
      <Box
        css={{
          bg: "$blue100",
          p: "$8"
        }}
      >
        <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.