React - BatteryGaugeChart

일상 코딩·2022년 6월 29일
0

React

목록 보기
37/45

01.설치

$ npm install react-battery-gauge

02.사용 예제

<BatteryGauge
	value={25}
	animated={true}
	style={{
		height: "70px",
		position: "absolute",
		top: "30px",
		marginLeft: "100px",
	}}
/>
</BatteryContainer>

<BatteryGauge
	value={50}
	animated={true}
	style={{
		height: "70px",
		position: "absolute",
		top: "30px",
		marginLeft: "100px",
	}}
/>
</BatteryContainer>

<BatteryGauge
	value={75}
	animated={true}
	style={{
		height: "70px",
		position: "absolute",
		top: "30px",
		marginLeft: "100px",
	}}
/>
</BatteryContainer>

실행 결과

profile
일취월장(日就月將) - 「날마다 달마다 성장하고 발전한다.」

0개의 댓글