1.3.29 • Published 4 years ago

svelte-element-ui v1.3.29

Weekly downloads
86
License
MIT
Repository
github
Last release
4 years ago

npm-publish

What is svelte-element-ui?

svelte-element-ui is a element-ui component library base on Svelte.

Documentation

Install

  1. Install from npm.
npm install svelte-element-ui
  1. import the css in svelte file.
<script lang="ts">
  import 'svelte-element-ui/dist/style.css'
  import { SeuAside, SeuButton } from 'svelte-element-ui'
</script>

<SeuAside />
<SeuButton>123</SeuButton>

To enable the style effective, rollup-plugin-css-only is needed to add in the rollup.config.js as a plugin.

import css from 'rollup-plugin-css-only';

export default {
  ...
  plugins: [
    ...
      css({ output: 'bundle.css' }),
    ...
  ]
  ...
}

Example

Edit the file src/App.svelte, and import the component in examples path like this.

<script lang="ts">
  import Menu from '../examples/menu/App.svelte'
</script>

<Menu />

then, execute the dev command.

npm run dev

Development

Running Tests

npm run test

License

MIT

1.3.10

4 years ago

1.3.13

4 years ago

1.3.14

4 years ago

1.3.11

4 years ago

1.3.12

4 years ago

1.3.17

4 years ago

1.3.18

4 years ago

1.3.15

4 years ago

1.3.16

4 years ago

1.3.19

4 years ago

1.3.20

4 years ago

1.3.21

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.24

4 years ago

1.3.25

4 years ago

1.3.22

4 years ago

1.3.23

4 years ago

1.3.28

4 years ago

1.3.29

4 years ago

1.3.26

4 years ago

1.3.27

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.9

4 years ago

1.1.10

4 years ago

1.1.8

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.7

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

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