nextjs-components

A collection of React components, transcribed from https://vercel.com/design.

Downloads
636
Stars
161
Committers
6

Bot releases are hidden (Show)

nextjs-components -

Published by thiskevinwang over 1 year ago

Adds use client to a few client components

nextjs-components - v2.9.0-rc.5

Published by thiskevinwang over 1 year ago

nextjs-components - v2.9.0-rc.4

Published by thiskevinwang over 1 year ago

nextjs-components - v2.9.0-rc.2

Published by thiskevinwang over 1 year ago

nextjs-components - v2.9.0-rc.1

Published by thiskevinwang over 1 year ago

nextjs-components - v2.8.3

Published by thiskevinwang over 1 year ago

nextjs-components - v2.8.2

Published by thiskevinwang over 1 year ago

What's Changed

Removed some extraneous classname selectors.

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.8.1...v2.8.2

nextjs-components - v2.8.1

Published by thiskevinwang over 1 year ago

What's Changed

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.8.0...v2.8.1

nextjs-components -

Published by thiskevinwang over 1 year ago

What's Changed

Renamed and refactored Tabs.

Warning: This is technically a breaking change due to the filename casing update but I'm going to consciously mark this as a minor upgrade 🤷‍♂️ because of the non-production-ness nature of this project...

To resolve potential breaking changes, note the case sensitivity

- import { Tabs } from "nextjs-components/src/components/Tabs
+ import { Tabs } from "nextjs-components/src/components/tabs

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.7.0...v2.8.0

nextjs-components - v2.7.0-rc.2

Published by thiskevinwang over 1 year ago

nextjs-components - v2.7.0-rc.1

Published by thiskevinwang over 1 year ago

nextjs-components - v2.6.1

Published by thiskevinwang over 1 year ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.6.0...v2.6.1

nextjs-components -

Published by thiskevinwang over 1 year ago

What's Changed

  • docs: sidebar fuzzy search

  • core(Tooltip): MVP

  • update tooltip

  • docs: add description

  • refactor capacity too
  • core(Description): update with tooltip

  • core(tooltip): use tabIndex

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.5.1...v2.6.0

nextjs-components - v2.5.1

Published by thiskevinwang over 1 year ago

nextjs-components - v2.5.0

Published by thiskevinwang over 1 year ago

What's Changed

ClearableInput; Other Updates (https://github.com/nextjs-components/nextjs-components/pull/144)

  • core(Button): add typeName prop
  • core(Input): add clear-button
  • core(clearable-input): add new component
  • core(SearchInput): update with clear button
  • core(Input): add typeName prop
  • docs: update icon search and input page
  • core(Error): id prop; add attrs.
  • core(Input): pass errorId to error
  • docs: update h3 with focusring

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.4.0...v2.5.0

nextjs-components - v2.4.0

Published by thiskevinwang over 1 year ago

What's Changed

These Button and Label updates come in preparation for Calendar component work.

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.3.1...v2.4.0

nextjs-components - v2.3.1

Published by thiskevinwang over 1 year ago

What's Changed

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.3.0...v2.3.1

nextjs-components - v2.3.0

Published by thiskevinwang over 1 year ago

What's Changed

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.2.0...v2.3.0

nextjs-components - v2.2.0

Published by thiskevinwang over 1 year ago

What's Changed

Note — This is a minor release and should not contain any breaking changes

  • core: fix box-with-ring
  • core/docs: update Select
  • docs: update editor style
  • docs: add toggle
  • core: export ShowMore
    • fix Chevron
  • docs: show-more
  • docs: update theme-switcher system icon
  • docs: add spinner
  • docs: add status-dot
  • core: Text implement truncate->clamp
  • core: Text implement monospace
  • docs: add text
  • docs: framer-motion for editor
  • chore: package.json
  • docs: update table
  • core(Table): fix false for className Warning

Other Changes

Full Changelog: https://github.com/nextjs-components/nextjs-components/compare/v2.1.0...v2.2.0