1.0.14 • Published 6 years ago

three-twenty v1.0.14

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

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago