-
Notifications
You must be signed in to change notification settings - Fork 0
[DShape] [DCore] [DButton] Boost with Shape, Button, and Core. #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
With its core component and basic modifiers.
/// | ||
/// - TODO: Rebuild it with DefinedView module. | ||
/// - TODO: Make the macOS version | ||
public struct DefinedBlur<Content: View> : DefinedView { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to enhance it later.
/// [DE] | ||
/// | ||
/// - TODO: Documentation. | ||
public struct DefinedShape : DefinedView { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also going to add border pattern and shape color pattern support.
@@ -0,0 +1,73 @@ | |||
import SwiftUI | |||
|
|||
extension DefinedShape { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have not been tested yet. Just submit (so no guarantee for now).
Are going to test it later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting to fix the documentation issues on Shape.
/// ShapeStyle - 形状风格 @ DefinedElements | ||
/// | ||
/// - TODO: Documentation. | ||
public enum DefinedShapeStyle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to translate it.
import Foundation | ||
|
||
/// | ||
public enum DefinedShapeType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to translate this, too.
Will move all translation works to the future. |
No description provided.