React Bullet - margin
Type:
App.js
- import React from 'react';
- import 'devextreme/dist/css/dx.common.css';
- import 'devextreme/dist/css/dx.light.css';
- import Bullet, {
- Margin
- } from 'devextreme-react/bullet';
- class App extends React.Component {
- render() {
- return (
- <Bullet ... >
- <Margin
- top={20}
- bottom={20}
- left={30}
- right={30}
- />
- </Bullet>
- );
- }
- }
- export default App;
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.