0.1.15 • Published 2 years ago
@gluestack-ui/vstack v0.1.15
@gluestack-style/vstack
Installation
To use @gluestack-ui/vstack
, all you need to do is install the
@gluestack-ui/vstack
package:
$ yarn add @gluestack-ui/vstack
# or
$ npm i @gluestack-ui/vstack
Usage
VStack organizes items vertically in a layout. Alternatively, you can use Column as an alias for VStack to achieve the same layout. Here's an example how to use this package to create one:
import { Root, Spacer } from '../components/vstack/styled-components';
import { createVStack } from '@gluestack-ui/vstack';
const VStack = createVStack({
Root,
Spacer,
});
Customizing the vstack:
Default styling of all these components can be found in the components/core/vstack file. For reference, you can view the source code of the styled vstack
components.
// import the styles
import { Root, Spacer } from '../components/vstack/styled-components';
// import the createVStack function
import { createVStack } from '@gluestack-ui/vstack';
// Understanding the API
const VStack = createVStack({
Root,
Spacer,
});
// Using the vstack component
export default () => <VStack />;
More guides on how to get started are available here.
0.1.10
2 years ago
0.1.11
2 years ago
0.1.12
2 years ago
0.1.13
2 years ago
0.1.14
2 years ago
0.1.10-alpha.0
2 years ago
0.1.15
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.3
2 years ago
0.1.0
2 years ago
0.1.0-alpha.0
2 years ago