diff --git a/README.md b/README.md index a601e07..6118058 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [x] Text Field - [x] Toggle - [ ] App Bar +- [ ] Circular Progress - [ ] Dialog - [ ] Divider - [ ] Drawer diff --git a/components/circularprogress.cpp b/components/circularprogress.cpp new file mode 100644 index 0000000..e69de29 diff --git a/components/circularprogress.h b/components/circularprogress.h new file mode 100644 index 0000000..5310b12 --- /dev/null +++ b/components/circularprogress.h @@ -0,0 +1,4 @@ +#ifndef CIRCULAR_PROGRESS_H +#define CIRCULAR_PROGRESS_H + +#endif // CIRCULAR_PROGRESS_H diff --git a/components/circularprogress_p.h b/components/circularprogress_p.h new file mode 100644 index 0000000..a8e0d75 --- /dev/null +++ b/components/circularprogress_p.h @@ -0,0 +1,4 @@ +#ifndef CIRCULARPROGRESS_P_H +#define CIRCULARPROGRESS_P_H + +#endif // CIRCULARPROGRESS_P_H diff --git a/components/progress_p.h b/components/progress_p.h new file mode 100644 index 0000000..34174b5 --- /dev/null +++ b/components/progress_p.h @@ -0,0 +1,4 @@ +#ifndef PROGRESS_P_H +#define PROGRESS_P_H + +#endif // PROGRESS_P_H