Baseweb

A React Component library implementing the Base design language
Alternatives To Baseweb
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Daisyui24,9523242 days ago384July 25, 202335mitSvelte
🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library
Evergreen12,233751012 days ago267June 21, 202373mitJavaScript
🌲 Evergreen React UI Framework by Segment
Primitives11,934699 days ago34June 05, 2023298mitTypeScript
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
React Spectrum9,54714233a day ago507August 04, 2023533apache-2.0TypeScript
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Fast8,610844 days ago78June 16, 2023387otherTypeScript
The adaptive interface system for modern web experiences.
Baseweb8,44522783 days ago969August 01, 2023198mitTypeScript
A React Component library implementing the Base design language
Clarity6,457244507 months ago255September 06, 20222mitTypeScript
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Clarity6,448
7 months agon,ullmitTypeScript
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
React955,995355 months ago95November 13, 202239mitTypeScript
🌈🕹 Windows 95 style UI component library for React
Polaris5,46012978a day ago1,330August 08, 2023573otherTypeScript
Shopify’s design system to help us work together to build a great experience for all of our merchants.
Alternatives To Baseweb
Select To Compare


Alternative Project Comparisons
Readme

Base Web React Components

Build status

Base is a design system comprised of modern, responsive, living components. Base Web is the React implementation of Base.

Usage

On npm, you can find Base Web as baseui.

Add baseui and its peer dependencies to your project:

# using yarn
yarn add baseui styletron-react styletron-engine-monolithic

# using npm
npm install baseui styletron-react styletron-engine-monolithic
import {Client as Styletron} from 'styletron-engine-monolithic';
import {Provider as StyletronProvider} from 'styletron-react';
import {LightTheme, BaseProvider, styled} from 'baseui';
import {StatefulInput} from 'baseui/input';

const engine = new Styletron();

const Centered = styled('div', {
  display: 'flex',
  justifyContent: 'center',
  alignItems: 'center',
  height: '100%',
});

export default function Hello () {
  return (
    <StyletronProvider value={engine}>
      <BaseProvider theme={LightTheme}>
        <Centered>
          <StatefulInput />
        </Centered>
      </BaseProvider>
    </StyletronProvider>
  );
}

Both Base Web and Styletron come with flow types and TypeScript. All our components are typed and examples have Vanilla, Flow and TypeScript versions.

Docs

To read the documentation, please visit baseweb.design.

Contributing

Contributing

Shoutouts 🙏

BrowserStack Logo

Big thanks to BrowserStack for letting the maintainers use their service to debug browser issues.

Popular Design System Projects
Popular Component Library Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
React Component
Design System
Component Library