1.1.1 • Published 2 years ago

@kaykyramos/vercel-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Modern and minimalist React UI library, originating from Vercel's design.

Quick Start

  1. run yarn add @kaykyramos/vercel-ui or npm i @kaykyramos/vercel-ui install it.

  2. import into project:

import { GeistProvider, CssBaseline } from '@kaykyramos/vercel-ui'

const Application = () => (
	<GeistProvider>
		<CssBaseline /> // ---> Normalize styles
		<AppComponent /> // ---> Your App Component
	</GeistProvider>
)
1.1.1

2 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago