JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q40066F
  • License MIT

A library to replicate the components used by the Notion notes app

Package Exports

  • notion-components-react

Readme

Notion Components 📇

!image

NOTICE 😊

This project is built to allow admirers of Notion's style to spread it further, and by no means is built to steal/take away from the work of the Notion team or to take credit for their work

LICENSING

This project falls under the Creative Commons 4.0 Attribute Licence as outlined on their website as well as in the LICENSE file included with this repo.

Class System

This project uses a class-based object modification system... so basically discounts tailwind. You can view each of the modification classes in the Styles.sass file, the first real modification class is on line 52. For a full breakdown go to the styles-readme in the same directory!

Modification

To make changes, make a new directory, then inside, just make sure you have your component file in the .jsx format, and your style sheet in the .css format, then in the terminal simply run bun run compile (or npm run compile if you don't use Bun) to write your changes to the /Build directory with the rest of the files, and voila!

Table of Contents

Current Contributors