Appwrite's open-source design system for building consistent and reusable user interfaces.
Pink Design is a CSS library designed for building accessible and visually appealing user interfaces. The library is built with a focus on accessibility, ensuring that users of all abilities can easily interact with your web application. Pink Design offers a wide range of classes and components that can be easily integrated into your project. Whether you're building a complex user interface or a simple web app, Pink Design has everything you need to create a polished and professional look.
Getting Started
NPM
Install the CSS library:
npm install "@appwrite.io/pink"
After installing Pink Design as a package, include Pink Design as CSS library by importing it in your JavaScript files.
import "@appwrite.io/pink";
// optionally, add icons
import "@appwrite.io/pink-icons";