0.2.4 • Published 2 years ago

railwind-experimental v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Railwind Experimental

Minimal, Clean and Expandable Components

Installation

npm i railwind-experimental

Tailwindcss configuration:

// tailwind.config.js

const withRailwind = require('railwind-experimental/dist/railwind');

/** @type {import('tailwindcss').Config} */
const tailwindConfig = {
  content: ['./src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [],
};

module.exports = withRailwind(tailwindConfig);

Usages

import { Button } from 'railwind-experimental';

// ...
<Button variant="contained">Increment +</Button>;
// ...
0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago