Louis
Welcome to Louis. This project built by Lokalise is a ReactJS implementation of Louis Design System and it contains the core to start building your react application along with Lokalise's look and feel.
Check Louis production storybook and figma ui library.
How to install
npm i @lokalise/louis
How to use
import React from 'react';
import { Button, ThemeProvider } from '@lokalise/louis';
export default () => (
<ThemeProvider activeTheme="base">
<Button appearance="primary">My Button</Button>;
</ThemeProvider>
);
Loaders
Make sure your application bundler (e.g. Webpack) does have a loader (e.g. style-loader) for bundling CSS files.
Reporting issues
You can report issues on our JIRA Project, reach us on Slack or submit a Support Request.
How to contribute
Check our guidelines here