0.0.7 • Published 4 years ago

extra-ui v0.0.7

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

Extra UI

UI components and tools based on React.

Stand

Here you can get a stand with all components.

Are you using ts-loader?

You should install ts-import-plugin. Then you need to add ts-loader options in webpack.

const tsImportPluginFactory = require('ts-import-plugin');
...
{
  loader: 'ts-loader',
  options: {
    transpileOnly: true,
    getCustomTransformers: () => ({
      before: [
        tsImportPluginFactory({
          libraryName: 'extra-ui',
          libraryDirectory: name => `components/${name}`,
          camel2DashComponentName: false,
          transformToDefaultImport: false,
        }),
      ],
    }),
  },
},
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago