Skip to content

A custom component library that uses evergreen-ui as the foundation. Compatible with Next.js and styled-components.

Notifications You must be signed in to change notification settings

ZaneH-blog/evergreen-next-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Evergreen Rollup

You can read the full blog post on this project here.

Quick Start

Setup Library

$ git clone git@github.com:ZaneH-blog/evergreen-next-library.git
$ cd evergreen-next-library/shared-ui
$ npm i
$ npm link # link @my-org/my-custom-ui

Setup Next App

$ cd evergreen-next-library/next-app
$ npm i
$ npm link @my-org/my-custom-ui # link @my-org/my-custom-ui
$ npm run dev

About

A custom component library that uses evergreen-ui as the foundation. Compatible with Next.js and styled-components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published