1.0.14 • Published 4 years ago

three-twenty v1.0.14

Weekly downloads
1
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago