three-twenty
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

ThreeTwenty

I wanted to created a collection of UI elements.

  • All elements fit within 320px
  • Allow for reuse in other projects
  • All CSS besides font classes must be doen with emotion

By doing this, I'm hoping to have a nice sandbox for creating little apps to showcase my skills for recruiters.

Adding a Page

Add the page under ./components/pages/ Add metadata for page to ./data/index.tsx

  return (
    <ThreeTwentyContainer>
      <Global
        styles={css`
          body {
            background-color: black;
          }
        `}
      />
    </ThreeTwentyContainer>
  )

/three-twenty/

    Package Sidebar

    Install

    npm i three-twenty

    Weekly Downloads

    2

    Version

    1.0.14

    License

    MIT

    Unpacked Size

    1.91 MB

    Total Files

    46

    Last publish

    Collaborators

    • hkievet