2022.13.0 • Published 1 year ago

@toptal/utilities-ui-library v2022.13.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

⚠️ Important! DO NOT USE SQUASH MERGE because the commit-analyzer will not pick up the changes and will not be able to create a proper CHANGELOG

Site Acquisition UI Library

This is a React component library that uses Typescript as it's main language. There is a storybook available for component development. This library is primarily inteded use is within Next.js SSR|SSG projects, that's why Next.js environment is available to be able to quickly test your new components.

Getting Started

This package is public so it can be directly used:

  1. Run
$ yarn add @toptal/utilities-ui-library
  1. Use it like you would use any other component library
import { CodeEditor } from '@toptal/utilities-ui-library'

export default () => {
  return <CodeEditor />
}

Theming

Library supports theming with theme provider and css variables. Usually components created inside this library use css variables, while those imported from @toptal/picasso will use colors from theme provider. Refer to colors.scss and palette.ts find which colors are used.

Documentation

Building the library

CI

Development

K8S

Linting

Logging

Publishing

StoryBook production mode

Testing

1.1.1

1 year ago

1.1.0

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

2022.12.21

1 year ago

2022.12.20

1 year ago

2022.13.0

1 year ago

2022.11.25

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago