1.0.10 • Published 4 years ago

spectrum-white-theme v1.0.10

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

THIS MODULE HAS BEEN MERGED INTO THE REACT-SPECTRUM LIBRARY, PLEASE USE THAT INSTEAD.

Spectrum White Theme

This theme is intended for Adobe Spectrum, it leverages Adobe's React Spectrum Lightest Theme guidelines to provide an accesibile color palette with white as the baseline.

Getting started

The easiest way to start building a React Spectrum application is by following Adobe's getting started guide. It walks through all of the steps needed to install the components from npm, set up build tooling, and create your first application.

Example

Here is an example of how to implement this theme.

import { Provider } from '@adobe/react-spectrum';
import WhiteTheme from 'spectrum-white-theme';

function App() {
  return (
    <Provider theme={WhiteTheme} colorScheme={'light'}>
      Hello React Spectrum!
    </Provider>
  );
}
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago