what is NeoPOP?
NeoPOP was created with one simple goal, to create the next generation of the next beautiful, more affirmative, design system. neopop stays true to everything that design at CRED stands for.
what this library features?
- Easy to use and beautifully designed React components based on NeoPOP design system.
- Flexible and composable components which accepts custom configurations.
- Commonly used utility methods and functions.
- Fluid and highly optimized animations.
note: currently the components in this library are optimized for mobile views, we will soon release support for desktop views.
how to install?
to use NeoPOP library, all you need to do is install the @cred/neopop-web
package and its peer dependencies:
yarn add @cred/neopop-web react react-dom styled-components
# or
npm i @cred/neopop-web react react-dom styled-components
how to use?
to start using the library you…