1.0.14 • Published 5 years ago

three-twenty v1.0.14

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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>
  )
1.0.11

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago