内容简介:A simple and reusable flexbox component forThis package is available on NPM, and you can install it with
svelte-flex
A simple and reusable flexbox component for Svelte .
- Sane defaults.
- Simple API.
- Reactive props.
- Minimal size.
Installation
This package is available on NPM, and you can install it with npm or yarn :
npm install svelte-flex yarn add svelte-flex
Usage
Import the Flex component and use it in your Svelte project.
<script> import Flex from 'svelte-flex'; </script> <Flex> <div>Flexbox child!</div> <div>Flexbox child!</div> <div>Flexbox child!</div> </Flex>
Props
All props are optional (as they all have default values).
| Prop | Possible Values | Default Value |
|---|---|---|
direction |
'row' | 'column' |
'row' |
align |
'start' | 'center' | 'end' | 'stretch' |
'center' |
justify |
'start' | 'center' | 'end' | 'around' | 'between' | 'evenly' |
'center' |
reverse |
true | false |
false |
Check out the test suite if you're unsure what CSS styles are applied by these props.
The props are reactive, meaning that if they are dynamically updated, the component will update in response.
Contributing
Feel free to file an issue or open a pull request. Ensure that you add tests for any new functionality.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
微信小程序运营与推广完全自学手册
王洪波 / 电子工业出版社 / 2018-6 / 59
本书是运营管理方面的书籍,将小程序的运营推广问题置千小程序的整个运营管理体系中来谈,主要讲述小程序的定位规划、营销吸粉策略、评估优化这三大方面的内容,这三方面的内容之间是三位一体、密切相关的。 书中通过列举丰富且具有代表性的小程序实际案例来向读者提供些可行的运营推广办法。案例涉及美食类、电商类、旅游类、媒体类等小程序,可供多个行业的小程序运营者参考借鉴。 书中所提供的各种小程序营销策略......一起来看看 《微信小程序运营与推广完全自学手册》 这本书的介绍吧!