How it works

Install a piece, own the source

  • Install

    One command per piece

    Add exactly the section you need. Its dependencies — npm packages and other registry items — come with it.

    • Resolved from the real import graph
    • Pinned to tested version ranges
    See the install guide
    Install flow
  • Own it

    The source lands in your repo

    No wrapper package sitting between you and the markup. Change a class, delete a prop, rename the file.

    • Readable, commented source
    • Strict TypeScript throughout
    Your repository