A clock to tell time in metric(10) system.
Refer to documentations
for detailed instructions.
- HTML5
- Bootstrap v4
- Node.js v16.13.0
Import the package in the file you want to use it along with all other necessary imported libraries
import clock from 'metric-clock'All of the functions in the package return a string value, which you can print with
export default function App() {
return (
<View style={styles.container}>
<Text>{clock.now()}</Text> {/* used the lib here*/}
</View>
);
}@SKR301- Saurav Kumar
@Norkator- Martin Kankaanranta
@Akshayaap- Akshay Parmar
- Raise an issue
- Fork the repo
- Create a Pull Request